home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue48 / ComCorn / UrlTestMain.dfm / UrlTestMain.txt
Encoding:
Text File  |  1998-06-03  |  2.6 KB  |  133 lines

  1. object UrlTestForm: TUrlTestForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 352
  5.   Height = 399
  6.   AxBorderStyle = afbSunken
  7.   Caption = 'URL Test'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 35
  19.     Top = 8
  20.     Width = 273
  21.     Height = 73
  22.     Caption = 'Click any of the following hyperlinks:'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 36
  26.       Top = 32
  27.       Width = 70
  28.       Height = 13
  29.       Cursor = crHandPoint
  30.       Caption = 'Inprise website'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clNavy
  33.       Font.Height = -11
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsUnderline]
  36.       ParentFont = False
  37.       OnClick = Label1Click
  38.     end
  39.     object Label2: TLabel
  40.       Left = 140
  41.       Top = 32
  42.       Width = 44
  43.       Height = 13
  44.       Cursor = crHandPoint
  45.       Caption = 'Foward >'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clNavy
  48.       Font.Height = -11
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = [fsUnderline]
  51.       ParentFont = False
  52.       OnClick = Label2Click
  53.     end
  54.     object Label3: TLabel
  55.       Left = 212
  56.       Top = 32
  57.       Width = 34
  58.       Height = 13
  59.       Cursor = crHandPoint
  60.       Caption = '< Back'
  61.       Font.Charset = DEFAULT_CHARSET
  62.       Font.Color = clNavy
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = [fsUnderline]
  66.       ParentFont = False
  67.       OnClick = Label3Click
  68.     end
  69.   end
  70.   object Panel1: TPanel
  71.     Left = 8
  72.     Top = 152
  73.     Width = 329
  74.     Height = 201
  75.     BevelOuter = bvNone
  76.     TabOrder = 2
  77.   end
  78.   object Button1: TButton
  79.     Left = 10
  80.     Top = 120
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Demo'
  84.     TabOrder = 3
  85.     OnClick = Button1Click
  86.   end
  87.   object StatusPanel: TPanel
  88.     Left = 0
  89.     Top = 355
  90.     Width = 344
  91.     Height = 17
  92.     Align = alBottom
  93.     Alignment = taLeftJustify
  94.     BevelOuter = bvLowered
  95.     TabOrder = 4
  96.   end
  97.   object ProgressBar1: TProgressBar
  98.     Left = 92
  99.     Top = 120
  100.     Width = 241
  101.     Height = 25
  102.     Min = 0
  103.     Max = 100
  104.     TabOrder = 5
  105.   end
  106.   object MediaPlayer1: TMediaPlayer
  107.     Left = 45
  108.     Top = 160
  109.     Width = 253
  110.     Height = 25
  111.     Display = Panel1
  112.     Visible = False
  113.     TabOrder = 1
  114.   end
  115.   object ServerName: TEdit
  116.     Left = 147
  117.     Top = 88
  118.     Width = 121
  119.     Height = 21
  120.     TabOrder = 6
  121.     Text = 'steixeira'
  122.   end
  123.   object StaticText1: TStaticText
  124.     Left = 75
  125.     Top = 90
  126.     Width = 75
  127.     Height = 17
  128.     Caption = '&Server Name:'
  129.     FocusControl = ServerName
  130.     TabOrder = 7
  131.   end
  132. end
  133.